x86: fold guest_idle_loop() into idle_loop()
authorJan Beulich <jbeulich@suse.com>
Tue, 15 Dec 2020 11:30:01 +0000 (12:30 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Tue, 15 Dec 2020 11:30:01 +0000 (12:30 +0100)
commit425e7ea4ae936fe8a041823431bcafb69275db93
tree30269104e53e2661e2bde629118da2caf9f005bf
parent7bf9ca7ca022bab3eda4bf2501418423205cd0c6
x86: fold guest_idle_loop() into idle_loop()

The latter can easily be made cover both cases. This is in preparation
of using idle_loop directly for populating idle_csw.tail.

Take the liberty and also adjust indentation / spacing in involved code.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
xen/arch/x86/domain.c